home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / ops5.arc / OPS5CORR.TXT < prev    next >
Text File  |  1988-08-21  |  776b  |  27 lines

  1.  
  2.  
  3.     The recent posting of the Cambridge LISP version of OPS5 needs two
  4. fixes to at least get it to compile.
  5.  
  6.     1.  The definition of PROG1 is broken, try replacing the line
  7.  
  8.          ,@(append (cdr l) '((return ,xxx)))))))
  9.  
  10.         with the following line:
  11.  
  12.          ,@(cdr l) (return ,var)))))
  13.  
  14.     2.  The global *cved-least* should be *cvec-least* in the "fluid"
  15.         declarations.
  16.  
  17.  
  18.     About Cambridge LISP, are people using it?  Did everyone give up after
  19. METACOMCO held their $200 for months before shipping last year (like they
  20. did for me)?  Have there been new releases?  Any applications written in
  21. it other than the OPS5 that was  posted?
  22.  
  23. --- John Featherly
  24.  
  25. No cute pictures, no funny sayings, no strange disclaimers
  26.  
  27.